Welcome![Sign In][Sign Up]
Location:
Search - OpenCV 3.1

Search list

[GDI-BitmapPicView

Description: 自己学习MFC和OpenCV的练习,图像读取采用OpenCV实现,算法自写,主要功能 1. 支持bmp,jpg,png,tif,pgm等图像格式 2. 支持滚轮缩放 3. 支持鼠标移动图像 4. 支持全屏查看 5. 支持自动播放(幻灯式播放) 6. 支持水平、垂直翻转,90度旋转 7. 支持键盘操作 8. 绘制图像时基本无闪烁-Using OpenCV implementation, the main functions 1. Supports bmp, jpg, png, tif, pgm image format, etc. 2. Support Wheel Zoom 3. 4 mouse moving images. Supports full-screen view 5. Supports automatic play (slide-style playing) 6. support for horizontal, vertical flip, 90-degree rotation 7. Support keyboard 8. draw the image, almost no flicker
Platform: | Size: 1186816 | Author: 康云 | Hits:

[Special EffectsOpenCV_b3.1

Description: 隐马尔可夫模型做人脸识别,opencv3.1版本.安装之后里面有很多例子.很多人需要这个版本.有上需要,我就上传上来.谁要谁下载吧-Hidden Markov Model to do face recognition, opencv3.1 version. After the installation there are many examples. A lot of people need this version. There is in need, I' ll upload up. Whoever who downloaded Bar
Platform: | Size: 17483776 | Author: 张军 | Hits:

[Graph programCarCount

Description: 该程序功能是实现对道路流动车辆统计。小模块功能有以下几个:1,对视频解帧并显示。2,对该视频训练背景图片。 3,利用背景图片用减背景法对测试视频进行前景提取,并进行阈值处理,图像分割,找出流动车的连通域。 4,对车辆进行统计。程序包内含有界面说明,以及程序使用的步骤和相关注意事项-The program function is to achieve movement of vehicles on the road statistics. A small module function has the following: 1 solution for video frames and displayed. 2, the video training background image. 3, using the background image used by the background method of testing the prospects for video extraction, and conduct threshold processing, image segmentation, to identify mobile car-connected domain. 4, vehicle statistics. Interface package contains instructions and procedures related to the use of the steps and considerations
Platform: | Size: 11650048 | Author: 徐飞 | Hits:

[Graph program3-3

Description: 《OpenCV教程——基础篇》里的例3-3,初用者可以参考下-" OpenCV Tutorial- The Basics," where the cases of 3-3, initial users can refer to the following
Platform: | Size: 1089536 | Author: linwanxia | Hits:

[Graph programVCandOpenCVsources

Description: 源码1:实现对图像平滑处理。比如噪声消除(二什图像的黑白点噪滤除;消除孤立黑像素点);邻域平均 法;中值滤波;加噪等。 源码2:对图像进行阈什分割和轮廓提取。 源码3:进行图像的合成。 源码4:图像的变换域处理 源码5:锐化及边缘检测 源码6:灰度变换 motiondetect1:基于OpenCV 运动检测(摄像头或.avi)-Source 1: Implementation of image smoothing. Such as noise reduction (2 points, even black and white image noise filtering eliminate isolated black pixels) neighborhood average median filter adding noise and so on. Source 2: What threshold image segmentation and contour extraction. Source 3: Synthesis of the image. Source 4: Image 5 Transform Domain Source: sharpening and edge detection Source 6: The gray-scale transformation motiondetect1: OpenCV-based motion detection (the camera or the. Avi)
Platform: | Size: 7205888 | Author: stone | Hits:

[Software EngineeringblobTrack_projet_initial_openCV

Description: The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame. -The OpenCV "Video Surveillance" facility, also called "blob tracker" through much of the code, is a simple but practical facility intended to track moving foreground objects against a relatively static background. Conceptually it consists of a three-stage video processing pipeline: 1. A foreground/background discriminator which labels each pixel as either foreground or background. 2. A blob detector which groups adjacent "foreground" pixels into blobs, flood-fill style. 3. A blob tracker which assigns ID numbers to blobs and tracks their motion frame-to-frame.
Platform: | Size: 6922240 | Author: dams | Hits:

[Special Effects3

Description: 基于opencv的环境下,使用kalman滤波器跟踪一个旋转的点-Opencv-based environment, using the kalman filter to track a rotating point
Platform: | Size: 1353728 | Author: wanglo | Hits:

[Special EffectsOpenCV(SourceCode)3

Description: 学习OpenCV的实例源码,非常适合初学者学习。(其中还有自己编程实现的小程序,与大家一起分享)。实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件(注:上传共分为6个压缩文件)-Learning OpenCV examples of source, very suitable for beginners to learn. (Which also has its own programming small programs, and shared with them). Examples subdirectory in the*. dsw and*. dsp files were Windows, Visual C++ 6.0 in the Project Workspace files and documents (Note: upload compressed file consists of 6)
Platform: | Size: 118784 | Author: 张行 | Hits:

[Special Effects3

Description: 说明矩阵的一些操作方法,OpenCV的一些矩阵使用方法,这里是用OpenCV的现有函数实现的-Description of some matrix operation method, OpenCV use some matrix, where is OpenCV implementation of existing functions
Platform: | Size: 8192 | Author: 程功 | Hits:

[Special EffectsMorphology0.3

Description: 一个很好的数学形态学操作程序,使用OpenCV编写,使用此程序便于研究形态学图像处理-it is a very useful morphology tool.
Platform: | Size: 96256 | Author: cyrus | Hits:

[OpenCVCVMFC

Description: 本程序是在 MFC 中使用 OpenCV 的演示程序,由3部分组成。 1、Windows 下用 MFC 编制的程序框架;2、调用 OpenCV 函数实现处理;3、用 DirectShow 编制的视频采集程序-This procedure is used in OpenCV MFC demo program consists of 3 parts. 1, Windows programs under preparation with the MFC framework 2 OpenCV functions for call processing 3, prepared with the DirectShow video capture program
Platform: | Size: 8311808 | Author: 许红梅 | Hits:

[Special Effects23-cvWavelete

Description: 基于opencv的提升5/3小波变换和逆变换-Opencv-based enhancement of 5/3 wavelet transform and inverse transform
Platform: | Size: 3903488 | Author: gyb | Hits:

[OpenCV3-2

Description: opencv基础教程 实例代码 3-2-opencv-based tutorial example code 3-2
Platform: | Size: 94208 | Author: enrique | Hits:

[OpenCV3-3

Description: opencv基础教程 实例代码 3-3-opencv-based tutorial example code 3-3
Platform: | Size: 94208 | Author: enrique | Hits:

[OpenCV3-4

Description: opencv基础教程 实例代码 3-4-opencv-based tutorial example code 3-4
Platform: | Size: 3072 | Author: enrique | Hits:

[OpenCV3-6

Description: opencv基础教程 实例代码 3-6-opencv-based tutorial example code 3-6
Platform: | Size: 2048 | Author: enrique | Hits:

[OpenCVtkgz

Description: 在VS2008平台上基于opencv编写的运动目标检测与跟踪的程序,检测与跟踪方法可选,并对跟踪目标编号,带有AVI视测试视频,效果很好,完全可以运行-Moving target detection and tracking procedures, methods of detection and tracking options, and AVI video with good results, can run
Platform: | Size: 3650560 | Author: jyq | Hits:

[Anti-virus3-2

Description: opencv实现图像反转,图像的颜色发生明显变化-opencv image inversion, image color change significantly
Platform: | Size: 542720 | Author: cl | Hits:

[Special Effectsh264

Description: 用ffmpeg解码h264视频文件,并且将解码出来的每帧图像用opencv封装进行显示。使用时须配置好ffmpeg和opencv,然后将自己的h264文件名称修改为1.h264 并将其置于当前目录即可运行(可作为2次开发的参考)-Using ffmpeg to decode h264 video file and display each frame decoded using opencv package, the ffmpeg is the latest version 3-2. In addition, the program set aside to save each frame as bmp interface, detailed annotations. Use must be configured ffmpeg and opencv, then modify the h264 file name for 1.h264 and placed in the current directory to run (can be used as the development of a reference)
Platform: | Size: 5161984 | Author: 钱彬 | Hits:

[OpenCVOpenCV-3

Description: 计算机视觉计算,既适合初学者,同时也可以作为初学者的提高篇-Computer visual computing, both for beginners, but can also improve the articles as a beginner
Platform: | Size: 5924864 | Author: shuijing | Hits:
« 1 2 34 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net